CaptureDlg

Syntax: @CaptureDlg <String Var>{,<String Var>}

The CaptureDlg command will produce a prototype dialog containing the objects defined in the <String Var> parameters.

Examples

@Assign Variable1 = 'Grade'

@Assign Variable2 = 'Cost'

@CaptureDlg Variable1, Variable2

will produce the following dialog (using the Expenses sample application);